* buffer.h: Remove code which #includes "undo.h" if lint is
authorJim Blandy <jimb@redhat.com>
Mon, 22 Feb 1993 14:23:02 +0000 (14:23 +0000)
committerJim Blandy <jimb@redhat.com>
Mon, 22 Feb 1993 14:23:02 +0000 (14:23 +0000)
defined.  undo.h no longer exists.

src/buffer.h

index 77784d27da07c2e38fa9eb403fda5c5f7ba2f5ed..f1113ddcacf0db999afe76a032c800c9b1e858ab 100644 (file)
@@ -18,11 +18,6 @@ along with GNU Emacs; see the file COPYING.  If not, write to
 the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
 
-#ifdef lint
-#include "undo.h"
-#endif /* lint */
-
-
 #ifdef USE_TEXT_PROPERTIES
 #define SET_PT(position) (set_point ((position), current_buffer))
 #define TEMP_SET_PT(position) (temp_set_point ((position), current_buffer))